home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / libs / garshnelib / makefile < prev    next >
Makefile  |  1995-03-09  |  529b  |  27 lines

  1. TARGET=///GBlanker/Libs/V39/Garshnelib.library
  2.  
  3. all: Garshnelib.library
  4.  
  5. Garshnelib.library: Garshnelib.o
  6.     SLink WITH <<
  7. LIBFD Garshnelib.fd
  8. TO Garshnelib.library
  9. FROM LIB:libent.o LIB:libinit.o Garshnelib.o
  10. LIB LIB:sc.lib
  11. NOICONS
  12. SMALLDATA SMALLCODE
  13. LIBID "Garshnelib.library 39.1 (23.10.94)"
  14. LIBVERSION 39 LIBREVISION 2
  15. <
  16.       
  17. Garshnelib.o: Garshnelib.c
  18.     SC DEBUG=LINE Garshnelib.c
  19.  
  20. install: all
  21.     SLink FROM Garshnelib.library TO $(TARGET) NODEBUG NOICONS
  22.  
  23. clean:
  24.     Delete FORCE QUIET Garshnelib.library Garshnelib.o
  25.  
  26. revise:
  27.